home *** CD-ROM | disk | FTP | other *** search
- -- card: 26578 from stack: in
- -- bmap block id: 0
- -- flags: 0000
- -- background id: 3426
- -- name: Dead
- ----- HyperTalk script -----
- on openCard
- global score
- put score into field "scorebox"
- end openCard
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=264 top=216 right=238 bottom=364
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Quit
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve
- go to card "Show your appreciation"
- end mouseUp
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=130 top=216 right=238 bottom=230
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Play Again
- ----- HyperTalk script -----
- on mouseUp
- global score
- put 100 into score
- visual effect dissolve
- go to card "title"
- end mouseUp
-
-
- -- part contents for background part 1
- ----- text -----
- The end
-
- -- part contents for background part 2
- ----- text -----
- An unfortunate turn of events; you have died. Thank your lucky rabbit foot it was only a game.
-
- -- part contents for background part 5
- ----- text -----
- 260